home *** CD-ROM | disk | FTP | other *** search
/ Web Publisher's Design Gu…or Windows (2nd Edition) / design.iso / otherfiles / sideshow (shockwave) / 00007.ls < prev    next >
Encoding:
Text File  |  1995-08-28  |  196 b   |  12 lines

  1. on exitFrame
  2.   global gbackground
  3.   set gbackground to gbackground + 1
  4.   if gbackground < 10 then
  5.     go("background")
  6.   else
  7.     if gbackground > 10 then
  8.       go("next")
  9.     end if
  10.   end if
  11. end
  12.